AddInspectedHeapObjectRequest

data class AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)

Represents request frame that can be used with HeapProfiler#addInspectedHeapObject operation call.

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

See also

Constructors

AddInspectedHeapObjectRequest
Link copied to clipboard
fun AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)

Properties

heapObjectId
Link copied to clipboard
val heapObjectId: HeapSnapshotObjectId
Heap snapshot object id to be accessible by means of $x command line API.

Sources

jvm source
Link copied to clipboard